func text/template.isNil

5 uses

	text/template (current package)
		funcs.go#L446: func isNil(v reflect.Value) bool {
		funcs.go#L510: 				if isNil(arg1) || isNil(arg) {
		funcs.go#L511: 					truth = isNil(arg) == isNil(arg1)